ANativeActivity_hideSoftInput

Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput() for the given activity. Note that this method can be called from *any* thread; it will send a message to the main thread of the process where the Java finish call will take place.

version(Android)
extern (C)
void
ANativeActivity_hideSoftInput

Meta